ComponentOne ASP.NET MVC Controls
ShowDropDownButton Method (DropDownBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<T,TControl,TBuilder> Class : ShowDropDownButton Method
The value.
Configurates C1.Web.Mvc.DropDown<T>.ShowDropDownButton. Sets a value indicating whether the control should display a drop-down button.
Syntax
'Declaration
 
Public Overridable Function ShowDropDownButton( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder ShowDropDownButton( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Class
DropDownBuilder<T,TControl,TBuilder> Members